home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / comm / ftpd110.sit / FTPd 1.1.0 / FTPd Version History < prev    next >
Encoding:
Text File  |  1992-10-21  |  4.8 KB  |  122 lines

  1. FTPd Version History
  2.  
  3. Still to do -
  4.  
  5. Support mkdir that retains privileges.
  6. Add .sit support
  7. A way of changing passwords.
  8. A way of setting folder privs
  9. FTPd Setup can't disable "Add .hqx" - R.S.Jones@qmw.ac.uk
  10. Users without a password don't work?
  11. Option to hide Trash, Desktop Folder, etc...
  12. Preference for ignoring /
  13. Telnetd Support.
  14. connection reset bug? - perhaps fixed by MacTCP 1.1.1?
  15.  
  16. Beep/dialog on new connection?
  17. Gopher support.
  18. Transfer speed
  19. Long TCP close time after file transfer.
  20. More control over the log file:  Where to put it, how much to log.
  21. Allow Owners to send odoc, oapp, quit, shut, reboot AEs.
  22. Some way to get the vers (Get Info) stuff for a file
  23.  
  24. 1.1.0d10
  25. ~Fixed a async crash bug
  26. ~Display the trasfer size in ╥get╙ commands.
  27. ~Use Fetch Preferences╒ suffix mappings to set the type/creator on binary put╒s.
  28.  
  29. 1.1.0d8
  30. ~More than 100 files in a directory. - now 200.
  31. ~Transfer speed - via transfer buffer sizes - buffer sizes were increased 2.5 times
  32. ~Access to files with a / in their name by doubling the /
  33. ~Notice write protected folders and refuse the STOR etc commands immediately
  34. ~Drop folder writes don't work.
  35. ~ISO character translation on file names and TEXT files
  36. ~Added Remote Site Restrictions
  37. ~Fixed a bug that caused problems if there was more than 20 servers in your zone
  38. ~Changed "Add .hqx" to not add .hqx for TEXT files
  39. ~Fixed an address error crash on 68000 machines
  40. ~Fixed a ReleaseResource/DisposHandle bug
  41. ~Fixed a bug with GetMHandle and PopupMenus (well, Apple fixed a bug which broke my code, so I fixed my code, hope it doesn╒t break Apple╒s! :-)
  42.  
  43. Think about it - all the following happened before FTPd was even released to the public:
  44.  
  45. 1.0.9 - First Official Release
  46. ~Added Balloon Help to FTPd Setup
  47.  
  48. 1.0.9b
  49. ~Changed to use a limited number of async logins to avoid problems with XPP
  50. ~Locks up looking for a server - added timeout and fixed a bug.
  51. ~Fixed a security loophole - disabling all access to users and guest didn't always.
  52. ~Added support for ls -F
  53. ~An option to add ".hqx" to the end of all file names in all listings.
  54. ~Removed the distinction between Local and Shared Points (whatever it was before :)
  55.  
  56. 1.0.8b
  57. ~Added logging of login failures.
  58. ~Added the number of volumes to the login message.
  59. ~Send a sensible message when file sharing is not active.
  60. ~Fixed a bug with SITE F which locked up if it found >100 files.
  61. ~Fixed an evil evil bug with Async logins.
  62. ~Changed lists unit to be ptr based instead of handle based.
  63. ~Closed the volumes before logging out so the Finder updates the little heads correctly.
  64.  
  65. 1.0.7b
  66. ~Fixed a bug that caused problems if the Start or Folder Info files were to big.
  67. ~Improved Server logins, it should now not freeze your Mac and should be faster to login in, though still very slow.
  68. ~Fixed a bug that made FTPd miss the start of binhex files.
  69. ~Changed SITE X to SITE Q.
  70. ~Added help on SITE ? commands: remotehelp "site f" for example...
  71.  
  72. 1.0.6b
  73. ~Fixed an annoying NBP lookup bug.
  74. ~Translate 8 bit to 7 bit characters when sending ascii files.
  75. ~Added command SITE F <filename> to return all the matching filenames.
  76. ~Fixed a bug that might speed up RETRieves a bit (and was very stupid!)
  77. ~Added username to all log entries (get, put, del, etc)
  78. ~Added primitive AE support to FTPd Setup
  79.  
  80. 1.0.5b
  81. ~Added a checkbox to disable the log file (and disable it by default)
  82. ~Restructure the files/folders used by FTPd.  There is now a folder called ╥FTPd Preferences ─╙ in the Preferences folder that contains the FTPd Preferences file, the FTPd Log file, and optionally the Startup Messages folder (which can also reside in FTPd╒s folder).
  83. ~Name Startup Message file is displayed to user Name on login.
  84. ~Start the messages on the NNN- line (so NNN-first line of file).
  85. ~Fixed it so that file names that start with a space are handled correctly.
  86. ~Changed it so that Thingy Startup & !Folder Info are both returned at startup.
  87. ~Fix a bug with the time stamps in MacBinary files.
  88.  
  89. 1.0.4b
  90. ~Far servers
  91. ~Improved error reporting.
  92. ~Fix a bug that caused retrieves to fail.
  93.  
  94. 1.0.3b
  95. ~Honour invisible files.
  96. ~Maximum of 48 files listed (4k limit I expect).  Should be maximum of 100 (or more even?).
  97. ~Include GetInfo comments in MacBinary transfer.
  98. ~User definable text displayed on startup and dir entry?
  99. ~Maximum number of users.
  100. ~Idle time out setting.
  101. ~User time restrictions? Suport "only after X, or before Y" time restriction.
  102.  
  103. 1.0.2b
  104. ~terminate the connection after five minutes or three failed logins.
  105. ~Support logins only when mac is idle.
  106. ~Support copy_inhibit.
  107. ~Fix up CRC calculation in MacBinary code.
  108. ~MacBinary and/or BinHex still broken - think I've got all the bugs out.
  109.  
  110. 1.0.1b
  111. ~Close connection after three failed logins.
  112. ~QuitBoth in Setup.
  113. ~Abort fails
  114. ~Background only app
  115.  
  116. 1.0.0b
  117. ~Notice prefs changes on the fly.
  118. ~Prefs for login directories.
  119. ~Doesnt start up MacTCP by itself.
  120. ~Fix log.
  121. ~Prefs for MacBinary default on/off.
  122.